projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fe15c2c
)
(tmm-add-one-shortcut): "?\ " -> "?\s".
author
Juanma Barranquero
<lekktu@gmail.com>
Mon, 27 Nov 2006 14:12:34 +0000
(14:12 +0000)
committer
Juanma Barranquero
<lekktu@gmail.com>
Mon, 27 Nov 2006 14:12:34 +0000
(14:12 +0000)
lisp/tmm.el
patch
|
blob
|
history
diff --git
a/lisp/tmm.el
b/lisp/tmm.el
index 86c326616aac120cde8c9681e0dc4260a17cf038..a2da0005b5a633c8e212f0496e37b471e818af18 100644
(file)
--- a/
lisp/tmm.el
+++ b/
lisp/tmm.el
@@
-305,7
+305,7
@@
Stores a list of all the shortcuts in the free variable `tmm-short-cuts'."
(if char (setq tmm-short-cuts (cons char tmm-short-cuts)))
(cons (concat (if char (concat (char-to-string char) tmm-mid-prompt)
;; keep them lined up in columns
- (make-string (1+ (length tmm-mid-prompt)) ?\
))
+ (make-string (1+ (length tmm-mid-prompt)) ?\
s
))
str)
(cdr elt))))))